home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
The World of Computer Software.iso
/
vim_src.zip
/
REGEXP.PRO
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-12
|
171 b
|
5 lines
/* regexp.c */
struct regexp *regcomp __PARMS((char *exp));
int regexec __PARMS((struct regexp *prog, char *string, int at_bol));
char *cstrchr __PARMS((char *s, int c));